From 8856d171508df61b9dbe7047c575dd714b00e184 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 23 Nov 2005 19:19:23 +0000 Subject: [PATCH] imported patch my-config --- tools/console/Makefile | 2 +- tools/examples/xend-config.sxp | 2 +- tools/libxc/Makefile | 2 +- tools/python/setup.py | 2 +- tools/xenstore/Makefile | 2 +- tools/xentrace/Makefile | 2 +- xen/Rules.mk | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/console/Makefile b/tools/console/Makefile index a27aa8e458..3fc846eb56 100644 --- a/tools/console/Makefile +++ b/tools/console/Makefile @@ -9,7 +9,7 @@ INSTALL = install INSTALL_PROG = $(INSTALL) -m0755 INSTALL_DIR = $(INSTALL) -d -m0755 -CFLAGS += -Wall -Werror -g3 +CFLAGS += -Wall -Werror -ggdb3 -O0 CFLAGS += -I $(XEN_LIBXC) CFLAGS += -I $(XEN_XENSTORE) diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index f600edc19d..06758f9a6b 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -34,7 +34,7 @@ # Specifying 'localhost' prevents remote connections. # Specifying the empty string '' (the default) allows all connections. #(xend-address '') -(xend-address localhost) +#(xend-address localhost) # Address xend should listen on for relocation-socket connections, if # xend-relocation-server is set. diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 08eb0c42a0..57aa64bfaf 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -52,7 +52,7 @@ CFLAGS += $(INCLUDES) -I. # Define this to make it possible to run valgrind on code linked with these # libraries. -#CFLAGS += -DVALGRIND -O0 -ggdb3 +CFLAGS += -DVALGRIND # -O0 -ggdb3 # Get gcc to generate the dependencies for us. CFLAGS += -Wp,-MD,.$(@F).d diff --git a/tools/python/setup.py b/tools/python/setup.py index 79b9730a1a..2494e53b0a 100644 --- a/tools/python/setup.py +++ b/tools/python/setup.py @@ -4,7 +4,7 @@ import os XEN_ROOT = "../.." -extra_compile_args = [ "-fno-strict-aliasing", "-Wall", "-Werror" ] +extra_compile_args = [ "-fno-strict-aliasing", "-Wall", "-Werror", "-ggdb3", "-O0" ] include_dirs = [ XEN_ROOT + "/tools/libxc", diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 7b56ad497b..110850da26 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -12,7 +12,7 @@ BASECFLAGS=-Wall -g -Werror # Make gcc generate dependencies. BASECFLAGS += -Wp,-MD,.$(@F).d PROG_DEP = .*.d -BASECFLAGS+= -O3 $(PROFILE) +BASECFLAGS+= -O0 -ggdb3 $(PROFILE) #BASECFLAGS+= -I$(XEN_ROOT)/tools BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc BASECFLAGS+= -I. diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile index 5c3a77be83..a1ea5ddba4 100644 --- a/tools/xentrace/Makefile +++ b/tools/xentrace/Makefile @@ -14,7 +14,7 @@ CFLAGS += -I $(XEN_LIBXC) HDRS = $(wildcard *.h) OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) -BIN = xentrace tbctl setsize +BIN = xentrace tbctl setsize xenctx SCRIPTS = xentrace_format MAN1 = $(wildcard *.1) MAN8 = $(wildcard *.8) diff --git a/xen/Rules.mk b/xen/Rules.mk index f9721f03a2..acb2515f85 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -2,8 +2,8 @@ # If you change any of these configuration options then you must # 'make clean' before rebuilding. # -verbose ?= n -debug ?= n +verbose ?= y +debug ?= y perfc ?= n perfc_arrays?= n domu_debug ?= n -- 2.30.2